Link to this headingCommand Line
Generating new Mac Serials:
>>> ./generate-unique-machine-values.sh
Check updates:
>>> softwareupdate
Don’t create DS_Store files:
Access your keychain:
Internet speedtest:
Speach to Text:
Link to this heading1password
to Env:
#Where to load the info
#MYSQL_DATABASE = "op://$APP_ENV/mysql/database"
#MYSQL_USERNAME = "op://$APP_ENV/mysql/username"
#MYSQL_PASSWORD = "op://$APP_ENV/mysql/password"
# Load the secrets from the env and run the command gh
# Load the secrets from the .env file and run the command aws
In Config Files:
>>> export APP_ENV=dev
>>> cat
>>> op
In Script:
#!/bin/bash
Link to this headingBrew
Link to this headingBrewfile
Brew bundle installs everything from a file
Source https://catalins.tech/how-i-setup-new-macbooks/